FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ontariomicdrfhirimplementationguide-0.10.00#0.9.9-beta (78 ms)

Package ontariomicdrfhirimplementationguide-0.10.00
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ontariomicdrfhirimplementationguide-0.10.00@0.9.9-beta&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-transaction-Bundle
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-transaction-Bundle
Version 0.9.0
Status active
Date 2024-04-19T18:26:11.1235916+00:00
Name TransactionBundle
Experimental False
Realm ca
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-DiagnosticReport DiagnosticReport Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter Encounter Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ImagingStudy ImagingStudy Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Location Location Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Observation Observation Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Organization Organization Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Patient Patient Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner Practitioner Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-PractitionerRole PractitionerRole Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest ServiceRequest Profile


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "0852c1de-6f3f-457d-9850-5543bcd5e944",
  "meta" : {
    "lastUpdated" : "2024-04-19T18:22:33.9538977+00:00"
  },
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-transaction-Bundle",
  "version" : "0.9.0",
  "name" : "TransactionBundle",
  "status" : "active",
  "date" : "2024-04-19T18:26:11.1235916+00:00",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.meta",
        "path" : "Bundle.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta.versionId",
        "path" : "Bundle.meta.versionId",
        "requirements" : "This SHALL be populated for vRead.",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta.lastUpdated",
        "path" : "Bundle.meta.lastUpdated",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.meta.profile",
        "path" : "Bundle.meta.profile",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.identifier",
        "path" : "Bundle.identifier",
        "comment" : "globally unique for this instance of the document, and is never re-used",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.identifier.system",
        "path" : "Bundle.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.identifier.value",
        "path" : "Bundle.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "transaction",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.timestamp",
        "path" : "Bundle.timestamp",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "comment" : "There could be other resources in the bundle such as organization, location, etc.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-DiagnosticReport",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ImagingStudy",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Patient",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Practitioner",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-PractitionerRole",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Encounter",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Organization",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Location",
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-Observation"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.request",
        "path" : "Bundle.entry.request",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.request.method",
        "path" : "Bundle.entry.request.method",
        "fixedCode" : "POST",
        "mustSupport" : true
      },
      {
        "id" : "Bundle.entry.request.url",
        "path" : "Bundle.entry.request.url",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.